home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / moni / Scout-src.lha / netinclude / stat.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-02-13  |  345 b   |  15 lines

  1. #ifndef STAT_H
  2. #define STAT_H \
  3.        "$Id: stat.h,v 1.1.1.1 2001/11/26 22:21:13 tboeckel Exp $ "
  4. /*
  5.  *      Unix compatible stat()
  6.  * 
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11. #ifndef SYS_STAT_H
  12. #include <sys/stat.h>
  13. #endif
  14. #endif
  15.